

main {
    /* max-height: 600px;
    overflow-y: auto; */
    scrollbar-width: none;
    margin-left: 10px;
    background: white;
    flex: 3;
    padding: 120px;
}


main .selenium-path{
    border: 4px solid #00A916;;
    padding:0px 90px 90px 90px;
}
main .selenium-path img{
    border: none;
    margin: 30px 0px;
    padding-right: 10px;
    border-radius: 10px;
    box-shadow: 8px 8px 5px 2px rgba(0, 0, 0, 0.3);
}
main h1{
    text-align: center;
    font-size: 90px;
    text-wrap: wrap;
    font-variant: small-caps;
    text-shadow: 2px 2px 5px gray;
}
main .selenium-path h1{
    text-align: center;
    font-size: 39px;
    text-wrap: wrap;
    font-variant: small-caps;
    text-shadow: 2px 2px 5px gray;
}
main .selenium-path-content{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
main .selenium-path-content-1 h2{
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* text-shadow: 2px 2px 5px gray; */
}
main .selenium-path-content-2 button{
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 30px;
    width: 200px;
    height: 50px;
    background: #00A916;
    border: none;
    border-radius: 5px;
}
main .selenium-path-content-2 button a{
    text-decoration: none;
    color: white;
    font-size: 15px;
}
@media screen and (max-width: 1090px) {
    main{
        /* max-height: 600px;
        overflow-y: auto; */
        padding: 70px;
    }
    main .selenium-path{
        border: 4px solid #00A916;;
        padding:20px;
    }
}

@media screen and (max-width: 992px) {
    main{
        max-height: 700px;
        overflow-y: auto;
        margin-left: 0px;
    }
}
@media screen and (max-width:768px){
    main h1{
        font-size: 36px;
    } 
     main{
        padding: 20px;
    }
    }